home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1353.dms / var1353.adf / TEXTPLUS / TPP501.lha / TPP / Rexx / PreviewToFront.tpl < prev    next >
Text File  |  1994-01-07  |  191b  |  10 lines

  1. /* Preview To Front - Macro */
  2.  
  3. options results
  4.  
  5. /* preview already running? */
  6. if show('P', 'TEXPREVIEW') then do
  7.    address 'TEXPREVIEW' 'ToFront'
  8.    address 'TEXPREVIEW' 'Activate'
  9.    end
  10.